home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / ps.h < prev    next >
C/C++ Source or Header  |  1990-03-06  |  439b  |  25 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1986, 1988 Regents of the University of California
  5.    Copyright (c) 1989, Tera Computer Company
  6.  **/
  7.  
  8.   /* header for the postscript routines */
  9.  
  10. #ifndef ps_h
  11. #define ps_h
  12.  
  13.   /* possible alignments */
  14. #define BOTLEFT 0
  15. #define BOTRIGHT 1
  16. #define CENTCENT 2
  17. #define TOPLEFT 3
  18. #define TOPCENT 4
  19. #define TOPRIGHT 5
  20. #define CENTLEFT 6
  21. #define CENTRIGHT 7
  22. #define BOTCENT 8
  23.  
  24. #endif
  25.